.head {
  background: #494949; }

.content {
  width: 100%;
  min-height: 100%;
  background: url("../img/index/bg_list.png") center/cover; }

.main {
  width: 1200px;
  margin: 0 auto;
  padding: 55px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main .main-header .header-nav {
    height: 50px;
    width: 100%;
    line-height: 50px;
    background: #e5e5e5;
    box-sizing: border-box;
    padding: 0 20px; }
    .main .main-header .header-nav span {
      font-size: 16px; }
      .main .main-header .header-nav span a {
        font-size: 16px;
        color: #333; }
  .main .main-header .header-body {
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    background: #fff; }
    .main .main-header .header-body .header-left {
      width: 570px;
      float: left;
      box-sizing: border-box; }
      .main .main-header .header-body .header-left .header-image {
        width: 100%;
        height: 370px;
        display: block; }
      .main .main-header .header-body .header-left .header-bottom-img {
        width: 100%;
        height: 80px;
        margin-top: 10px;
        display: block; }
    .main .main-header .header-body .header-right {
      padding-left: 40px;
      float: left;
      width: 520px;
      box-sizing: border-box; }
      .main .main-header .header-body .header-right .header-right-title {
        font-size: 40px;
        color: #333;
        line-height: 50px;
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        white-space: nowrap; }
      .main .main-header .header-body .header-right .header-right-text {
        width: 100%;
        margin: 20px 0;
        font-size: 22px;
        color: #666;
        line-height: 40px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        white-space: nowrap; }
        .main .main-header .header-body .header-right .header-right-text p {
          color: #ff704c;
          font-size: 34px;
          padding: 0 10px; }
      .main .main-header .header-body .header-right .header-right-infos {
        margin-bottom: 30px; }
        .main .main-header .header-body .header-right .header-right-infos .header-right-infos-item {
          width: 100%;
          display: block;
          line-height: 40px;
          font-size: 20px;
          color: #666; }
      .main .main-header .header-body .header-right .header-right-type {
        font-size: 22px;
        color: #59b699;
        box-sizing: border-box; }
        .main .main-header .header-body .header-right .header-right-type span {
          padding: 4px 20px;
          line-height: 40px;
          border: 1px solid #59b699; }
      .main .main-header .header-body .header-right .header-right-code {
        position: relative; }
        .main .main-header .header-body .header-right .header-right-code .img-code, .main .main-header .header-body .header-right .header-right-code .img-code-small {
          float: left;
          width: 200px;
          height: 200px;
          padding: 6px;
          box-sizing: border-box;
          border: 1px solid #ddd; }
          .main .main-header .header-body .header-right .header-right-code .img-code img, .main .main-header .header-body .header-right .header-right-code .img-code-small img {
            width: 100%;
            height: 100%; }
        .main .main-header .header-body .header-right .header-right-code .img-code-small {
          width: 130px;
          height: 130px; }
        .main .main-header .header-body .header-right .header-right-code .code-text {
          float: left;
          font-size: 20px;
          color: #666;
          margin-left: 20px;
          position: absolute;
          bottom: 0; }
  .main .main-body {
    width: 100%; }
    .main .main-body .main-body-item {
      margin-top: 20px; }
      .main .main-body .main-body-item nav {
        width: 100%;
        line-height: 50px;
        background: #59b699;
        color: #fff;
        font-size: 20px;
        box-sizing: border-box;
        padding: 0 50px; }
      .main .main-body .main-body-item .type-list {
        width: 100%;
        padding: 0 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff; }
        .main .main-body .main-body-item .type-list .type-list-item {
          width: 100%;
          padding: 30px 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          border-bottom: 1px solid #e5e5e5; }
          .main .main-body .main-body-item .type-list .type-list-item .item-img {
            width: 140px;
            height: 140px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            float: left; }
          .main .main-body .main-body-item .type-list .type-list-item .item-info {
            padding-left: 30px;
            float: left;
            width: calc(100% - 240px); }
            .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-title {
              font-size: 28px;
              color: #333;
              display: block;
              margin-bottom: 70px;
              overflow: hidden;
              text-overflow: ellipsis;
              word-break: break-word;
              white-space: nowrap; }
            .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-bottom {
              font-size: 22px;
              color: #59b699;
              float: left;
              width: 50%;
              line-height: 30px; }
              .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-bottom img {
                width: 24px;
                float: left;
                margin-right: 10px; }
              .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-bottom p {
                width: calc(100% - 50px);
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: break-word;
                white-space: nowrap;
                float: left; }
            .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-text {
              font-size: 22px;
              color: #666; }
            .main .main-body .main-body-item .type-list .type-list-item .item-info .item-info-price {
              color: #ff6f28;
              font-size: 36px;
              display: block;
              position: absolute;
              right: 30px;
              top: 0;
              line-height: 180px; }
    .main .main-body .textarea {
      padding: 50px 70px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff; }

.clearfix:after {
  clear: both;
  content: '';
  display: block; }

/*# sourceMappingURL=detail.css.map */
